.id .list {
            width: 100%;
			margin-top:20px;
        }

        .id a {
            float: left;
            width: 224px;
            list-style: none;
            height: 85px;
            border-radius: 4px 4px;
            border: 1px solid #2a66a5;
            margin-right: 17.5px;
            text-decoration: none;
        }

        .id a:last-child {
            margin-right: 0px;
        }

        .id a span {
            display: block;
            color: #2a66a5;
            height: 85px;
            line-height: 85px;
            padding-left: 104px;
            overflow: hidden;
            position: relative;
        }

        .id a p {
            line-height: 24px;
            margin: 0 0;
            font-size: 20px;
            margin-top: 18.5px;
        }

        .id .btn1 {
            background: url('/material/shengji/image/qx_icon_1.png') no-repeat 38px center;
        }

        .id .btn2 {
            background: url('/material/shengji/image/qx_icon_2.png') no-repeat 38px center;
        }

        .id .btn3 {
            background: url('/material/shengji/image/qx_icon_3.png') no-repeat 38px center;
        }

        .id .btn4 {
            background: url('/material/shengji/image/qx_icon_4.png') no-repeat 38px center;
        }

        .id .btn4 p {
            margin-top: 0;
            line-height: 85px;
        }

        .id .btn5 {
            background: url('/material/shengji/image/qx_icon_5.png') no-repeat 38px center;
        }

        .id a span:after {
            content: "";
            position: absolute;
            top: 50%;
            left: 94px;
            transform: translateY(-50%);
            width: 100%;
            height: 0%;
            background-color: #2a66a5;
            z-index: -1;
            -webkit-transition: all .5s;
            transition: all .5s;
        }

        .id a span:hover {
            color: #fff
        }

        .id a span:hover:after {
            height: 110%;
        }